home *** CD-ROM | disk | FTP | other *** search
/ BMUG Revelations / BMUG Revelations.toast / Programming / Programming Languages / UCB Logo 3.0 / logolib / do.while < prev    next >
Encoding:
Text File  |  1992-10-06  |  119 b   |  6 lines  |  [TEXT/JV01]

  1. .macro do.while :while.instr :while.cond
  2. op se :while.instr (list "while :while.cond :while.instr)
  3. end
  4.  
  5. bury "do.while
  6.